.hr_bg {
  background-color: #f7f9fa;
}

.hr_address {
  text-align: right;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center span {
  padding-top: 3rem;
  margin: auto;
  color: red;
}

.hr-demo-description {
  width: 100%;
  max-width: 57.4375rem;
}

@media (max-width: 880px) {
  .avatar-address {
    text-align: right;
  }
}
@media (min-width: 641px) {
  .hr_wrap_pc {
    width: 100%;
    background: #f7f9fa;
  }

  .hr-header-wrap {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 5rem;
  }

  .hr-header {
    width: 100%;
    max-width: 80rem;
    display: flex;
    justify-content: space-between;
  }

  .hr-logo {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    color: var(--medium-grey_1, #868a93);
    font-size: 0.875rem;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: -0.01313rem;
  }

  .hr-contents-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hr_avatar {
    width: 100%;
    max-width: 57.3125rem;
    display: flex;
    align-items: center;
    padding: 2.94rem 5.25rem 3.06rem 4.62rem;
    gap: 5.63rem;
    background: #fff;
    margin-top: 150px;
    margin-bottom: 3.12 rem;
    border-radius: 0.3125rem;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  }

  .avatar-row {
    display: flex;
    padding: 0.81rem 0rem;
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
    justify-content: space-between;
    width: 100%;
  }

  .avatar-row div:first-child {
    width: 5rem;
    min-width: 5rem;
    white-space: nowrap;
  }

  .avatar-row div:last-child {
    width: 100%;
    max-width: 21.5rem;
    color: #636363;
  }

  .avatar_pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    max-width: 11.0625rem;
  }

  .avatar_pic img {
    width: 100%;
    max-width: 11.0625rem;
  }

  .avatar-name {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875rem; /* 125% */
    letter-spacing: -0.0225rem;
    margin-top: 1rem;
    font-family: 'Pretendard';
  }

  .avatar-name-des {
    color: var(--dark-grey, #565656);
    font-size: 1.25rem;
    line-height: 1.75rem; /* 140% */
    letter-spacing: -0.01875rem;
    font-size: 1.25rem;
    font-weight: 400;
    white-space: nowrap;
  }

  .hr_contents_pc {
    flex: 1 1 auto;
  }

  .contents_title {
    width: 100%;
    color: var(--main, #0054a9);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem; /* 150% */
    letter-spacing: -0.015rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--medium-grey, #8f8f8f);
  }

  .contents-row {
    display: flex;
    justify-content: space-between;
    padding: 0.81rem 0rem;
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
  }

  .contents-row:last-child {
    border-bottom: none;
  }

  .contents-row div:nth-child(2) {
    color: #636363;
  }

  .hr_job_contact {
    margin-top: 1.5rem;
    width: 100%;
    max-width: 57.3125rem;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.3125rem;
    margin-bottom: 4.5rem;
    padding: 2.5rem 1.56rem 3rem 1.5rem;
  }

  .job_title {
    color: var(--main, #0054a9);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem; /* 150% */
    letter-spacing: -0.015rem;
    margin-bottom: 1rem;
  }

  .job_contents {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .job_contents > div {
    flex: 1 0 25%;
  }

  .job-rows {
    width: 100%;
    display: flex;
    margin-bottom: 1.25rem;
  }

  .job-row {
    width: 100%;
    max-width: 13.5625rem;
    /* float: left; */
  }

  .job-row div {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0.81rem 0rem;
    text-align: center;
    min-height: 3rem;
  }

  .job-row div:first-child {
    background: #f2f2f2;
    border-top: 1px solid var(--light-grey_1, #e4e6ea);
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
    border-right: 1px solid var(--light-grey_1, #e4e6ea);
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
    color: var(--black, var(--black, #000));
  }

  .job-row div:last-child {
    color: #636363;
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
    border-right: 1px solid var(--light-grey_1, #e4e6ea);
  }

  .last-column div {
    border-right: none !important;
  }

  .contact_title {
    margin-top: calc(2rem - 1.25rem);
  }

  .contact-table {
    width: 100%;
  }

  .contact-row1 {
    display: flex;
  }

  .contact-row1 div {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 0.81rem 0rem;
    text-align: center;
    flex: 1 1 25%;
    height: 3rem;
    background: #f2f2f2;
    border-top: 1px solid var(--light-grey_1, #e4e6ea);
    border-right: 1px solid var(--light-grey_1, #e4e6ea);
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
  }

  .contact-row1 div:last-child {
    border-right: none;
  }

  .contact-row2 {
    display: flex;
  }

  .contact-row2 div {
    text-align: center;
    flex: 1 0 25%;
    padding: 0.81rem 1.31rem 0.81rem 1.38rem;
    min-height: 4.375rem;
    border-right: 1px solid var(--light-grey_1, #e4e6ea);
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
    background: var(--white, #fff);
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
    color: #636363;
  }

  .contact-row2 div:last-child {
    border-right: none;
  }

  .contact-row2 p {
    text-align: center;
    flex: 1 0 25%;
    padding: 1.5rem 1.31rem 1.5rem 1.38rem;
    min-height: 4.375rem;
    border-right: 1px solid var(--light-grey_1, #e4e6ea);
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
    background: var(--white, #fff);
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
    color: #636363;
  }

  .hr_footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.37rem;
    color: rgba(0, 0, 0, 0.6);
    padding: 2rem 0rem;
    font-size: 0.875rem;
    line-height: 1.375rem; /* 157.143% */
    letter-spacing: -0.01313rem;
    font-family: 'Pretendard JP';
    background: #f7f9fa;
  }

  .contact-address {
    text-align: center;
    padding: 0.81rem 1.31rem 0.81rem 1.38rem;
  }
}

@media (max-width: 640px) {
  .wrap {
    padding-bottom: 0;
    background: #f7f9fa;
  }

  .hr_footer {
    display: none;
  }

  .hr_wrap_mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 1.31rem 7.63rem 1.62rem;
    background: #f7f9fa;
    gap: 1.25rem;
  }

  .hr_avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.3125rem;
    /* margin-top: 1rem; */
    padding-top: 1.12rem;
    padding-bottom: 1.5rem;
  }

  .hr_avatar img {
    width: 100%;
    max-width: 8.0625rem;
  }

  .avatar-name {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem; /* 133.333% */
    letter-spacing: -0.01688rem;
    margin-top: 0.75rem;
  }

  .avatar-name-des {
    font-size: 0.875rem;
    line-height: 1.125rem; /* 128.571% */
    letter-spacing: -0.01313rem;
    color: var(--dark-grey, #565656);
    margin-top: 0.12rem;
  }

  .hr_contents {
    width: 100%;
    border-radius: 0.3125rem;
    background: var(--white, #fff);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 1.75rem 1.5rem 1.5rem 1.5rem;
  }

  .contents_title {
    color: var(--main, #0054a9);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem; /* 150% */
    letter-spacing: -0.015rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--medium-grey, #8f8f8f);
  }

  .contents-row {
    display: flex;
    justify-content: space-between;
    padding: 0.81rem 0rem;
    font-size: 0.9375rem;
    line-height: 1.375rem; /* 146.667% */
    letter-spacing: -0.01406rem;
    border-bottom: 1px solid var(--light-grey_1, #e4e6ea);
  }

  .contents-row:last-child {
    border-bottom: none;
  }

  .contents-row div:nth-child(2) {
    color: #636363;
  }
}

@media (max-width: 80rem) {
  .hr-header-wrap {
    padding: 0rem 1.5rem;
  }

  .hr-contents-wrap {
    padding: 0rem 1.5rem;
  }

  .demo-description-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
